* lisp/dired.el (dired-set-idguid): Remove superfluous '
introduced by previous change (bug#37742).
(defvar dired-perm-write-face 'dired-perm-write
"Face name used for permissions of group- and world-writable files.")
-(defface dired-set-idguid'
+(defface dired-set-idguid
'((((type w32 pc)) :inherit default) ;; These default to rw-rw-rw.
(t (:inherit font-lock-warning-face)))
"Face used to highlight permissions of suid and guid files."